SchedulerQueue.Remove(ScheduledItem) method¶
Defined in
Type: SchedulerQueueSystem.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public bool Remove(ScheduledItem<TAbsolute> scheduledItem)
Summary: Removes the specified work item from the scheduler queue.
Parameters
| Name | Type | Description |
|---|---|---|
scheduledItem | [ScheduledItem | Work item to be removed from the scheduler queue. |
Returns: bool -- true if the item was found; false otherwise.